CagdCrvWriteToFile

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

CagdCrvWriteToFile()  

SYNOPSIS

prsr_lib/cagd_wrt.c:41

int CagdCrvWriteToFile(CagdCrvStruct *Crvs,
                       char *FileName,
                       int Indent,
                       char *Comment,
                       char **ErrStr)
 

DESCRIPTION

Generic routine to write curve(s) to the given file. If Comment is NULL, no comment is printed, if "" only internal comment.  

PARAMETERS:

Crvs: To be saved in file f.

FileName: File name where output should go to.

Indent: Column in which all printing starts at.

Comment: Optional comment to describe the geometry.

ErrStr: If failed, ErrStr will be set to describe the problem.  

FUNCTION RETURN VALUE

int: TRUE if succesful, FALSE otherwise.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:10 GMT, October 17, 2022